/* Stijl voor de preloader-container */
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000FF; /* Achtergrondkleur aanpassen aan je voorkeur */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Zorg ervoor dat de preloader bovenop de rest van de inhoud ligt */
}

/* Stijl voor de laadindicator (bijv. een spinner) */
.loader {
    border: 4px solid #FFFFFF; /* Kleur aanpassen aan je voorkeur */
    border-top: 4px solid transparent; /* Zorgt voor een draaiende animatie */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite; /* Animatie-instellingen */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hier kun je verdere stijlen en aanpassingen toevoegen aan je website-inhoud */



.img1{ position: relative; top: -100px;left: 50px;}



body{
  font-family: 'IBM Plex Mono', monospace;
  font-size:15px;
  margin: 0;
}
body, ul{  margin: 0;
  padding 0;background-color:#0000FF;
}
.marge{display:inline-block;
  margin-top: 20px;
  padding 0 ;
  text-transform: uppercase;
  letter-spacing: px;
  font-size: 14px;

}
h1,h2,.skills-list {font-family: 'Bebas Neue', cursive;}
img{
  max-width: 100%;


}
.wit{margin-top: 20px;
  padding-top: 80px;
  font-size: 20px;
  line-height: 120%;
  color: #FFFFFF;

}
nav
{background:#0000FF;
  position:
  fixed;
  z-index: 1;
  width: 100%

}
nav ul li {display:inline-block;
  margin: 0 10px ;
  padding 0 ;
  text-transform: uppercase;
  letter-spacing: px;
  font-size: 14px;

}
li.emety{
  width: 90px;
  border-top:1px solid #FFFFFF;
  top: -5px;
  position: relative;
}
nav li a {
  text-decoration: none;
  text-transform:uppercase;
  color:#FFFFFF;
}
nav li a:hover { text-decoration: line-through;
  }

nav ul {margin-top: auto;
text-align: center  ;
padding: 30px
}







header{
  top: 70px;
  position: relative;
  margin-bottom: 80px;
  background-color:#0000FF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -145px


}

h1{
  font-size: 70px;
  line-height: 120%;
  color: #FFFFFF;

}

h2{ font-size: 40px;
line-height: 120%;
color: #FFFFFF; }
ul li {list-style: none;
  margin: 10px
}


.center{
  z-index: 1;height: 10vh;position: fixed;margin-left: 10%;margin-right: auto;
}

.Links{margin-left: 100%;
  z-index: 1;
}
.rechts{margin-left:0%;
  z-index: -1;background-color: none;
}


.rowfoto
{position: fixed;
margin: auto;
}
.containerlinks1{  padding: 10px 20px ;
  margin-top: 40px ;}
.containerlinks2{  padding: 10px 20px ;
  margin-top: 40px ;}

  .fotowerk{margin-left: 0%;
  width: 70%;
  opacity: 1;}







.fotoalex{height: 200px;
 width: auto;}
.intofoto{
      animation-duration: 2s;
      animation-name: slidein1;
    }

    @keyframes slidein1 {
      from {
        margin-left: 0%;
        width: 100%;
        opacity: 0;


      }

      to {
        margin-left: 0%;
        width: 100%;
        opacity: 1;
      }
}


.skills-list{animation:flicker-in-1 3s ease-in-out 3s both}
figcaption{animation:flicker-in-1 2s ease-in-out 3s both}

 @keyframes flicker-in-1{0%{opacity:0}10%{opacity:0}10.1%{opacity:1}10.2%{opacity:0}20%{opacity:0}20.1%{opacity:1}20.6%{opacity:0}30%{opacity:0}30.1%{opacity:1}30.5%{opacity:1}30.6%{opacity:0}45%{opacity:0}45.1%{opacity:1}50%{opacity:1}55%{opacity:1}55.1%{opacity:0}57%{opacity:0}57.1%{opacity:1}60%{opacity:1}60.1%{opacity:0}65%{opacity:0}65.1%{opacity:1}75%{opacity:1}75.1%{opacity:0}77%{opacity:0}77.1%{opacity:1}85%{opacity:1}85.1%{opacity:0}86%{opacity:0}86.1%{opacity:1}100%{opacity:1}}

.buttonpintrest{
      border: 1px solid white ;
      text-decoration: none;
      color: black;
      padding: 10px 20px ;
      margin-top: 40px ;
      display: inline-block;
      border-radius: 20px;
      transition:background 0.5s ease-in-out , color 0.5s ease-in-out ;

    }

.buttonpintrest:hover{
  background: white;
  color: white;
}

figcaption{font-size: 10px;}

.intofoto{box-shadow: 1px 2px 30px rgba(0,0,0,0.2);
margin-top: 30px;
margin-bottom: 10px;}

.skills-list
{text-align: center;
font-size: 50px;
line-height:46%;
margin-bottom: 130px;
margin-top: 20px;

}





.projects{
  margin: 50px;
  padding: 50px;

}
.right-aligment{text-align: right;}

.blue { background-color:#0000FF }
.logo{ background-color:none }
.project .buttonpintrest {
  margin-top: 5px;
}


}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top:1000px;
  margin-bottom: 1000px;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #FFFFFF;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #FFFFFF;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color:#FFFFFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #FFFFFF;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.omgekeerd
{position: fixed;
transform: scaleX(-1);
background-color:#FFFFFF}
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


footer{text-align: center;
margin-bottom: 100px;}
footer h2 {font-size: 40px;
}
